home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / tabutil / readme.txt < prev    next >
Text File  |  1996-09-15  |  3KB  |  88 lines

  1. TabUtils - version 1.0
  2.  
  3. All Examples are based around the MASTER.DBF Table supplied within the \Delphi\Demos\Data direcortory. An IDAPI Alias named DBDEMOS (set up by delphi upon installation) is required in order to use this demonstration.
  4. Alternatively, the MASTER.DBF file(s) are supplied and you must then create an alias which points to the containing directory.
  5.  
  6. Below follows a brief description of each of the TabUtils functions.
  7.  
  8.  
  9. Summary - GroupSummary
  10. Select the required field(s) to sum up from the list box, and a field to group on from the drop down list. Pressing the GroupSummary button will summarise the selected information and output it to a new table. This can be seen in the DataGrid.
  11.  
  12. Summary - ColumnTotal
  13. Select a field from the drop down list and press the ColumnTotal button. The sum of all values in this field will then be displayed.
  14.  
  15. Summary - DS SQL Column Total and DS Table Column Total
  16. These buttons have the same function as the GroupSummary button but the underlying function gets the data from a dataset rather than a specific table. The two buttons associate an SQL scipt and a table with the dataset.
  17.     
  18. Statistical - Min, Max and Avg
  19. Pressing these buttons will display the Min, Max or Average of the selected field.
  20.  
  21. Import/Export - Create from CSV
  22. This will create a database table based on the contents of a comma separated file. The included example is called FROMCSV.TXT.
  23.  
  24. Import/Export - Append from CSV
  25. This will add records to an existing table based on the contents of a comma separated file. The included FROMCSV.TXT file may be used here again.
  26.  
  27. Import/Export - Export to TXT
  28. This button will export the contents of a table to an ascii text file in the format selected. Available formats are Fixed Width, Comma Separated and Quoted. When complete, you may view the text file by clicking the 'View It' button.
  29.  
  30. Import/Export - DataSet Export
  31. This button will export the contents of a dataset to a comma separated ascii text file.
  32.  
  33. Other - GetFieldName
  34. Use the spinner to select a field number and press the GetFieldName button. The tables' underlying fieldname will then be shown. Note that field numbers start at zero.
  35.  
  36. Function Usage.
  37. The demo project includes examples of the TabUtils functions. A detailed description of variable types and returning values can be found in the usage.txt file.
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. Disclaimer of Warranty
  49.  
  50. THIS SOFTWARE AND THE ACCOMPANYING FILES ARE SOLD "AS IS" AND WITHOUT WARRANTIES AS TO PERFORMANCE OF MERCHANTABILITY OR ANY OTHER WARRANTIES WHETHER EXPRESSED OR IMPLIED. NO WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE IS OFFERED.
  51.  
  52.  
  53. _____________________________________________________________________
  54.  
  55.  
  56.  
  57. Ordering Information.
  58.  
  59. Please send me _ copies(s) of Version 1 of Table Utilities @ ú15 each (ú30 each includes source code). Delivery will be free by E-Mail. Otherwise please add ú5 for postage.
  60.  
  61. Please make cheques payable to Key I.T. Systems Ltd.
  62.  
  63. I enclose a cheque for ú_________.
  64.  
  65.  
  66. Users may also register on Compuserve via the SWREG forum.
  67.  
  68. Name:
  69. Address:
  70.  
  71.  
  72.  
  73. E-Mail:
  74. Fax:
  75. Phone:
  76.  
  77.  
  78.  
  79. Send to:-
  80. Key IT Systems Ltd
  81. Enterprise House
  82. Carlton Road
  83. Worksop
  84. Notts
  85. S81 7QF
  86.  
  87. Email - keyit@innotts.co.uk
  88. Fax - 01909 489321